-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Inconsistent format in dataclasses.rst #134946
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
alesolda
added a commit
to alesolda/cpython
that referenced
this issue
May 30, 2025
Fix boolean values formatting by using double backticks for True/False to improve consistency. Fixes pythongh-134946
alesolda
added a commit
to alesolda/cpython
that referenced
this issue
May 30, 2025
alesolda
added a commit
to alesolda/cpython
that referenced
this issue
May 30, 2025
Correct boolean literals by replacing 'true' with ``True`` for accuracy and consistency. Resolves pythongh-134946
alesolda
added a commit
to alesolda/cpython
that referenced
this issue
May 30, 2025
Correct boolean literals by replacing 'true' with '``True``' for accuracy and consistency. Resolves pythongh-134946
alesolda
added a commit
to alesolda/cpython
that referenced
this issue
May 30, 2025
Correct boolean literals by replacing 'true' with '``True``' for accuracy and consistency. Resolves pythongh-134946
alesolda
added a commit
to alesolda/cpython
that referenced
this issue
May 30, 2025
Correct boolean literals by replacing 'true' with '``True``' for accuracy and consistency. Resolves pythongh-134946
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Documentation
The
dataclasses.rst
documentation uses inconsistent formatting for booleans. For example in the sectionThe parameters to @dataclass are:
vs
Linked PRs
The text was updated successfully, but these errors were encountered: